home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / Demos / Secrets of the Luxor® Demo / Setup / 00017.ls < prev    next >
Encoding:
Text File  |  1996-05-03  |  123 b   |  9 lines

  1. on mouseUp
  2.   global rwObj
  3.   if objectp(rwObj) then
  4.     rwObj(mShow)
  5.   end if
  6.   installMenu(0)
  7.   go(1, "Secrets:setup")
  8. end
  9.